[XEN] Fix shadow2 issues with HVM guests.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 24 Aug 2006 08:49:41 +0000 (09:49 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 24 Aug 2006 08:49:41 +0000 (09:49 +0100)
commit387af87f75626638f9490db356cebe9f457034cb
treec3a3723c3af9a79d1dcc7ee3a08de5dd01f5c55e
parenteac2c2e399f9cb28573c4346f9e849bf56fdc402
[XEN] Fix shadow2 issues with HVM guests.

This supercedes 11243:51a98a6c2c054bfc37c90a5a3f29929f2347bda8
which was incorrect because the data operand type codes in
the opcode table are not correct for some special cases: one
of these happens to be PUSH, which is the instruction we
particularly need to fix!

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/x86_emulate.c